home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000352_fdc@columbia.edu_Sun Mar 2 15:52:30 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  62 lines

  1. Article: 14148 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc,comp.sys.next.misc
  5. Subject: Re: kermit on *86 openstep 4.2 problem no such device
  6. Date: 2 Mar 2003 15:51:17 -0500
  7. Organization: Columbia University
  8. Lines: 45
  9. Message-ID: <b3tqs5$259$1@watsol.cc.columbia.edu>
  10. References: <b3tg6a$qrv$1@panix2.panix.com> <b3tjrv$q46$1@watsol.cc.columbia.edu> <b3tols$sf5$1@panix2.panix.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1046638278 8827 128.59.39.139 (2 Mar 2003 20:51:18 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 Mar 2003 20:51:18 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14148 comp.sys.next.misc:56770
  16.  
  17. In article <b3tols$sf5$1@panix2.panix.com>, Dan Hitt <hitt@panix.com> wrote:
  18. : Thanks for your very speedy response, which i've quoted in its
  19. : entirety below, because i don't know what i could cut without losing
  20. : context.  Thanks for the references, which i've just read.
  21. : I thought about the permission issues, so i changed the permissions
  22. : for all the devices i tried:
  23. :    > ls -l /dev/cua /dev/cub /dev/ttya /dev/ttyb
  24. :    crw-rw-rw-  1 uucp      11,192 Apr 17  1997 /dev/cua
  25. :    crw-rw-rw-  1 uucp      11,193 Apr 17  1997 /dev/cub
  26. :    crw-rw-rw-  1 root      11,  0 Apr 17  1997 /dev/ttya
  27. :    crw-rw-rw-  1 root      11,  1 Apr 17  1997 /dev/ttyb
  28. : Now, in order to follow your suggestion of figuring out which device
  29. : it is, i wrote a little c program which opens devices if possible and
  30. : prints out the error code and message when it's not possible.  It
  31. : typically gives either error 13 (`Permission denied') or error 19 (`No
  32. : such device') [or else it opens successfully].
  33. : For /dev/cua, /dev/cub, /dev/ttya, /dev/ttyb it gives error 19
  34. : (`No such device'), and i imagine that's also what kermit is facing.
  35. : So i suppose that somehow i need to make there be such a device,
  36. : but i have no clues how.  In the /dev directory, the command
  37. :     ./MAKEDEV cua
  38. : returns uneventfully (status 0), but /dev/cua still cannot
  39. : be opened (error 19, `No such device').
  40. I'll stand aside for somebody who might still remember something about
  41. OpenSTEP.  I've never actually had any direct contact with it, but it
  42. should be a lot like NeXTSTEP:
  43.  
  44.   http://www.columbia.edu/kermit/ckubwr.html#x3.4
  45.  
  46. I had a NeXT on my desk for some years and never had any trouble with
  47. locating and identifying the cua or cub device so I don't have a clue.
  48. You're probably on the right track with makedev, but I wouldn't presume
  49. to offer advice about that!  Also, since it's an x86, of course you also
  50. have the pleasure of dealing with the IRQs, device address, interrupt
  51. conflicts, etc.  I have no idea how that is done in OpenSTEP.
  52.  
  53. Just for fun I'm adding comp.sys.next.misc to this thread in case
  54. there's anybody still there.
  55.  
  56. - Frank
  57.